home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / random cutoutness < prev    next >
Text File  |  1999-06-15  |  632b  |  33 lines

  1. Category: Andrew's Filters 22
  2. Title: Random CutOutness...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: RandCuts.8bf
  6.  
  7. R:dif(c,src(x+val(6,-X,X),y+val(7,-Y,Y),0))>ctl(0)?c:c+rnd(-ctl(3),ctl(3))
  8.  
  9. G:dif(c,src(x+val(6,-X,X),y+val(7,-Y,Y),1))>ctl(1)?c:c+rnd(-ctl(4),ctl(4))
  10.  
  11. B:dif(c,src(x+val(6,-X,X),y+val(7,-Y,Y),2))>ctl(2)?c:c+rnd(-ctl(5),ctl(5))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Threshold
  16. ctl[1]: Green Threshold
  17. ctl[2]: Blue Threshold
  18. ctl[3]: Red Random
  19. ctl[4]: Green Random
  20. ctl[5]: Blue Random
  21. ctl[6]: X Shove
  22. ctl[7]: Y Shove
  23.  
  24. val[0]: 137
  25. val[1]: 64
  26. val[2]: 93
  27. val[3]: 102
  28. val[4]: 105
  29. val[5]: 90
  30. val[6]: 98
  31. val[7]: 91
  32.  
  33.